Place hardware TTY cursor at the active menu item when displaying a menu.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2014 15:33:37 +0000 (18:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2014 15:33:37 +0000 (18:33 +0300)
commit023ea1b08a6f183c8e40c4086c2c74c7b1be2c18
treecf1782b2ee9d0b776f8a4a6f33f29ec92e19e338
parent1dfcf81a4d6135e50462cb0da283adb967c988f8
Place hardware TTY cursor at the active menu item when displaying a menu.

 src/term.c (tty_menu_display): Move the cursor to the active menu
 item.
 (tty_menu_activate): Return the cursor to the active menu item
 after displaying the menu and after displaying help-echo.  See
 http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00402.html
 for the details of why this is needed by screen readers and
 Braille displays.
src/ChangeLog
src/term.c